};
abstract_type result_type = xen_console_protocol_abstract_type_;
- char *result_str = NULL;
XEN_CALL_("console.get_protocol");
- *result = xen_console_protocol_from_string(session, result_str);
return session->ok;
}
};
abstract_type result_type = xen_driver_type_abstract_type_;
- char *result_str = NULL;
XEN_CALL_("VIF.get_type");
- *result = xen_driver_type_from_string(session, result_str);
return session->ok;
}
};
abstract_type result_type = xen_on_normal_exit_abstract_type_;
- char *result_str = NULL;
XEN_CALL_("VM.get_actions_after_shutdown");
- *result = xen_on_normal_exit_from_string(session, result_str);
return session->ok;
}
};
abstract_type result_type = xen_on_normal_exit_abstract_type_;
- char *result_str = NULL;
XEN_CALL_("VM.get_actions_after_reboot");
- *result = xen_on_normal_exit_from_string(session, result_str);
return session->ok;
}
};
abstract_type result_type = xen_on_normal_exit_abstract_type_;
- char *result_str = NULL;
XEN_CALL_("VM.get_actions_after_suspend");
- *result = xen_on_normal_exit_from_string(session, result_str);
return session->ok;
}
};
abstract_type result_type = xen_on_crash_behaviour_abstract_type_;
- char *result_str = NULL;
XEN_CALL_("VM.get_actions_after_crash");
- *result = xen_on_crash_behaviour_from_string(session, result_str);
return session->ok;
}
};
abstract_type result_type = xen_driver_type_abstract_type_;
- char *result_str = NULL;
XEN_CALL_("VTPM.get_driver");
- *result = xen_driver_type_from_string(session, result_str);
return session->ok;
}